home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE3 / POWERBASE / SCRIPTS / Scripts / Friends / ScreenList < prev    next >
Text File  |  2001-06-18  |  443b  |  25 lines

  1. !SCRIPT
  2.  
  3. !COMMENT First make sure default print options are set to begin with
  4. !PRINTOPTS
  5.  
  6. !COMMENT Load a print selection file from PrintRes
  7. !SELECTION Selection
  8.  
  9. !COMMENT Set output format
  10. !FORMAT Vertical
  11.  
  12. !COMMENT Select descriptors as field labels
  13. !HEADINGS D
  14.  
  15. !COMMENT Print all records
  16. !QUERY ALL
  17.  
  18. !COMMENT Clear the selection
  19. !SELECTION
  20.  
  21. !COMMENT Restore default print options
  22. !PRINTOPTS
  23.  
  24. !COMMENT Following line is optional
  25. !SCRIPT END